home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / tutor / bachkhoa.arj / VNTYPE.BAT < prev   
DOS Batch File  |  1980-01-01  |  1KB  |  24 lines

  1. echo off
  2. cls
  3. echo VNcode for Vietnamese diacritical marks:
  4. echo 1:/  2:\  3:²  4:~  5:.  6:^ â, ê, ô  7:' o', u'  a8:° å   D9:-D
  5. echo.                                                                        
  6. echo.                                                                        
  7. echo VNmusic, VNprint, VNtype... programs are being developed by
  8. echo various Vietnamese software companies and will be available soon.
  9. echo For information, please contact any Vietnamese software dealers.
  10. echo.
  11. echo VNtype is a text formatting program specifically designed for the
  12. echo Vietnamese language.  You type in your Vietnamese text using
  13. echo VNcode for diacritical mark following the vowel it applies to.
  14. echo VNtype displays the contents of a VNcode text file in perfect
  15. echo Vietnamese format.  
  16. echo.
  17. echo At the [A:\] prompt, type VNTYPE  KIEUTALE.VNC and press Enter.
  18. echo.                                                                        
  19. echo.                                        
  20. pause
  21. type KieuTale.vnc | more 
  22. pause
  23. echo on
  24.